home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / sys / amiga / programmer / 3993 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  1.8 KB

  1. Path: news.ox.ac.uk!news
  2. From: Nick Christie <nick.christie@oucs.ox.ac.uk>
  3. Newsgroups: comp.sys.amiga.programmer
  4. Subject: Re: Need amiga-specific docs to solve BGUI problem? (LONG)
  5. Date: 15 Feb 1996 14:23:45 GMT
  6. Organization: Oxford University Computing Services
  7. Message-ID: <4fvflh$dde@news.ox.ac.uk>
  8. References: <4fmdag$1i2@cnn.Princeton.EDU> <69071150%suamor@student.uni-tuebingen.de>
  9. NNTP-Posting-Host: nick.oucs.ox.ac.uk
  10. Mime-Version: 1.0
  11. Content-Type: text/plain; charset=us-ascii
  12. Content-Transfer-Encoding: 7bit
  13. X-Mailer: Mozilla 1.2N (Windows; I; 16bit)
  14.  
  15. "Reinhard Katzmann" <Suamor@student.uni-tuebingen.de> wrote:
  16. >John Saponara wrote on 12 Feb 1996 03:48:32 GMT the following article:
  17. >> I am having trouble changing attribute values of BGUI gadgets.
  18. [...]
  19. >No, it won't work because you need (like stated in AutoDocs) the window structure
  20. >and _not_ the window object WA_Main. Both should be globally accessable in larger
  21. >applications btw.
  22.  
  23. Just to complete the advice: you can get a ptr to the window, after
  24. you have opened it, with:
  25.  
  26.   struct Window *windowstruct;
  27.   GetAttr(windowobject,WINDOW_Window,(ULONG *) &windowstruct);
  28.  
  29. >P.S.: I recommand you to join the BGUI mailing list for most BGUI developer
  30. >have joined it and Updates are avalaible there as well (as from the BGUI home  page)
  31.  
  32. Again the final touch: the BGUI home page is at:
  33.   http://sable.ox.ac.uk/~nick/bgui
  34.  
  35. To subscribe to the mailing list, send an email to:
  36.   bguim-request@aobh.xs4all.nl
  37. with only
  38.   ADD address bguim
  39. in the message body. Replace 'address' with your email address.
  40.  
  41. Nick
  42. -- 
  43. Nick Christie, IT Support,     mailto://nick.christie@oucs.ox.ac.uk
  44. Oxford University Computing Services,   http://sable.ox.ac.uk/~nick
  45. 13 Banbury Road, Oxford OX2 6NN.     Opinions expressed are my own.
  46. "There are no more bugs in my program." -- Anon.
  47.  
  48.  
  49.